| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-07 | ui: Migrate project APIs to React Query | Fabian Mastenbroek | |
| This change updates the OpenDC frontend to use React Query for fetching and mutating project data. Previously, this state was tracked and synchronized via Redux. Migrating to React Query greatly simplifies the state synchronization logic necessary in the frontend. | |||
| 2021-07-07 | ui: Split App container into separate components | Fabian Mastenbroek | |
| This change splits the App container into separate pages, as a starting point for removing much of the unnecessary state from Redux. | |||
